Forum Activity for @douglas

douglas
@douglas
12/03/16 10:45:44AM
2,806 posts

Expanding the width of the mobile side menu on any skin


Design and Skin Customization

Change it to this:

.sb-slidebar {
    width: 70% !important;
}

Hope this helps!
updated by @douglas: 12/03/16 10:45:58AM
douglas
@douglas
12/03/16 03:52:56AM
2,806 posts

JR6 Upgrade and Featured Artist on ProJam


Using Jamroom

I also had to make a change to the jrCore_list function in your favorite_artist.tpl
douglas
@douglas
12/03/16 03:44:24AM
2,806 posts

JR6 Upgrade and Featured Artist on ProJam


Using Jamroom

Hey Dazed, I got this fixed on your site.

Check out the modified header.tpl in your ACP > Skins > Mixposer > Templates section.

Hope this helps!
douglas
@douglas
12/02/16 08:11:35AM
2,806 posts

Create An Event


Using Jamroom

This was an issue with the custom logo pushing everything down and covering up the create event button so it wasn't clickable.

It has been fixed for the next release of the iSkin.

Hope this helps!
douglas
@douglas
12/02/16 07:57:56AM
2,806 posts

Expanding the width of the mobile side menu on any skin


Design and Skin Customization

In either your core_slidebar.css or just slidebar.css find this:

.sb-slidebar {
    width: 30%
}

and change the width to whatever you like.

Hope this helps!
douglas
@douglas
12/02/16 07:50:40AM
2,806 posts

Charts in Follow Me Skin


Design and Skin Customization

mountaintop:
charts display no item found,

not sure did I miss a setting somewhere or how can I show charts?

tks


The jrFollowMe skin is more for a social type website, ie. Facebook, Twitter etc., instead of a music based site.

You'll either have to create the templates in order to have charts with this skin or choose another skin that is already setup for charts, ie. jrAudioPro etc...

If you choose to create chart pages for the jrFollowMe skin, you can use the docs to get you started:

https://www.jamroom.net/the-jamroom-network/documentation/skin-customization
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide
https://www.jamroom.net/the-jamroom-network/documentation/modules/274/advanced-charts

Hope this helps!
douglas
@douglas
11/28/16 07:21:22AM
2,806 posts

Follow me ssl browser issues


Jamroom Developers

Check that all of your image src=" URL's start with https and not http.

Hope this helps!
douglas
@douglas
11/23/16 11:19:47AM
2,806 posts

Regarding htaccess


Genosis

Make sure your htaccess file has a dot in front of it, should look like ".htaccess", without the quotes of course.
douglas
@douglas
11/23/16 10:04:45AM
2,806 posts

Truncated description causes missing div tag


Jamroom Developers

Your welcome! Glad it is working for you. :)
douglas
@douglas
11/23/16 09:59:06AM
2,806 posts

Truncated description causes missing div tag


Jamroom Developers

This is whats in the GroupDiscuss item_list.tpl...

{$item.discuss_description|jrCore_format_string:$item.profile_quota_id|jrCore_strip_html|truncate:150}

Hope this helps!
  81